-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Issues: vlang/v
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
jsgen: map to string fails on rune keys
Bug
This tag is applied to issues which reports bugs.
#24637
opened Jun 1, 2025 by
gchumillas
vfmt: format
"c string literal".str
to c"c string literal"
#24635
opened Jun 1, 2025 by
StunxFS
2 tasks
dump() is backend specific
Feature/Enhancement Request
This issue is made to request a feature or an enhancement to an existing one.
Reimplement Feature
This issue is related to significant changes of existing feature.
#24633
opened Jun 1, 2025 by
Eliyaan
comptime: This tag is applied to issues which reports bugs.
Comptime
Features processed during compile time, like $if, $for, $env etc
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
Unit: Compiler
Bugs/feature requests, that are related to the V compiler in general.
$if T.indirections != 0 {
always fails, even when T is &int or &&int
Bug
#24630
opened May 31, 2025 by
spytheman
compiler bug: error: pointer expected
Bug
This tag is applied to issues which reports bugs.
Option Type
Bugs/feature requests, that are related to `?Type`.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
Unit: cgen
Bugs/feature requests, that are related to the default C generating backend.
#24622
opened May 31, 2025 by
keiravillekode
Aliased pointers not recognized
Bug
This tag is applied to issues which reports bugs.
#24621
opened May 31, 2025 by
antono2
dump native error
Bug
This tag is applied to issues which reports bugs.
Unit: Native
Bugs/feature requests, that are related to the V native code backend.
#24610
opened May 30, 2025 by
Avey777
jsgen: maps are always constructed using string keys
Bug
This tag is applied to issues which reports bugs.
Unit: JS
Bugs/feature requests, that are related to the JavaScript backend.
#24607
opened May 29, 2025 by
gchumillas
array should has a method pop_left
Feature/Enhancement Request
This issue is made to request a feature or an enhancement to an existing one.
#24591
opened May 27, 2025 by
kbkpbot
2 tasks
gitignore: remove !*.* rule that interferes with personal exclusions
Bug
This tag is applied to issues which reports bugs.
#24590
opened May 27, 2025 by
gchumillas
Compile time conditional This tag is applied to issues which reports bugs.
Unit: Native
Bugs/feature requests, that are related to the V native code backend.
a.name
is not handled by the native backend.
Bug
#24589
opened May 27, 2025 by
Avey777
Can't use eval in shared library compiled with tcc
Bug
This tag is applied to issues which reports bugs.
#24586
opened May 27, 2025 by
rosshadden
checker: wrapping mutable array in parenthesis circumvents checker
Bug
This tag is applied to issues which reports bugs.
#24584
opened May 26, 2025 by
4hnme
$compile_error should locate the actual location of the error
Bug
This tag is applied to issues which reports bugs.
Feature/Enhancement Request
This issue is made to request a feature or an enhancement to an existing one.
Unit: Checker
Bugs/feature requests, that are related to the type checker.
#24575
opened May 25, 2025 by
kbkpbot
watch flag breaks backend option
Bug
This tag is applied to issues which reports bugs.
#24571
opened May 25, 2025 by
alexbezhan
Generic function compilation problem
Bug
This tag is applied to issues which reports bugs.
Generics[T]
Bugs/feature requests, that are related to the V generics.
Unit: Checker
Bugs/feature requests, that are related to the type checker.
#24570
opened May 25, 2025 by
get200
$compile_error not work as expected
Bug
This tag is applied to issues which reports bugs.
#24562
opened May 24, 2025 by
kbkpbot
when i run v download or v searh or v install it always fails
Bug
This tag is applied to issues which reports bugs.
#24553
opened May 23, 2025 by
aubreychao
channel This tag is applied to issues which reports bugs.
Unit: Checker
Bugs/feature requests, that are related to the type checker.
or { }
for closing detection confused with method option/result or
Bug
#24550
opened May 22, 2025 by
jorgeluismireles
cgen error for This tag is applied to issues which reports bugs.
Unit: cgen
Bugs/feature requests, that are related to the default C generating backend.
Unit: Compiler
Bugs/feature requests, that are related to the V compiler in general.
cb1 := fn (){}; cb2 := &cb1; cb3 := &cb2; println(voidptr(cb3))
Bug
#24537
opened May 21, 2025 by
spytheman
The language allows circular type references
Bug
This tag is applied to issues which reports bugs.
Unit: Checker
Bugs/feature requests, that are related to the type checker.
#24511
opened May 18, 2025 by
gchumillas
[linux/aarch64] test fail for vlib/math/vec/vec2_test.v
Arch: ARM
Bugs/feature requests, that are related to architecture ARM.
Bug
This tag is applied to issues which reports bugs.
Compiler: TCC
Bugs/feature requests, that are related to compiling V programs with TCC.
Test Fail
Bugs requests, that are related to failing tests.
#24501
opened May 17, 2025 by
kbkpbot
Generics compile failure
Bug
This tag is applied to issues which reports bugs.
Generics[T]
Bugs/feature requests, that are related to the V generics.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
#24471
opened May 13, 2025 by
pd-giz-dave
cgen, generics: C gen error when using optional element in array
Bug
This tag is applied to issues which reports bugs.
Option Type
Bugs/feature requests, that are related to `?Type`.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
Unit: cgen
Bugs/feature requests, that are related to the default C generating backend.
#24466
opened May 12, 2025 by
enghitalo
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.